home *** CD-ROM | disk | FTP | other *** search
/ Big Cock 7 / Big Cock 7 - Disc 1.iso / pc / m / m1.dxr / 00039.ls < prev    next >
Encoding:
Text File  |  1996-10-17  |  242 b   |  13 lines

  1. on exitFrame
  2.   if the movieRate of sprite 10 = 0 then
  3.     puppetSprite(3, 0)
  4.     puppetSprite(4, 1)
  5.     puppetSprite(5, 0)
  6.     puppetSprite(6, 0)
  7.     set the castNum of sprite 4 to 26
  8.     updateStage()
  9.     go(62)
  10.   end if
  11.   go(marker(0))
  12. end
  13.